Java is a programming language that allows the development of lightweight applications (applets) that can be embedded in Web pages.
After you create a Java applet, you can insert that applet into an HTML document using Dreamweaver. Dreamweaver uses the APPLET
tag to mark the reference to the applet file.
To insert a Java applet:
1 | In the Document window, place the insertion point where you want to insert the applet. |
2 | Click the Applet button in the Object palette. |
3 | In the dialog box that appears, select a file containing a Java applet. |
![]() |
For information on the available properties, see Java applet properties.